Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency remeda to v2 #1238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remeda (source) 1.46.0 -> 2.20.0 age adoption passing confidence

Release Notes

remeda/remeda (remeda)

v2.20.0

Compare Source

Features

v2.19.2

Compare Source

Bug Fixes

v2.19.1

Compare Source

Bug Fixes

v2.19.0

Compare Source

Features

v2.18.0

Compare Source

Features

v2.17.5

Compare Source

Bug Fixes
  • prop: Support headless prop without explicit type params (#​920) (251c8fd)

v2.17.4

Compare Source

Bug Fixes

v2.17.3

Compare Source

Bug Fixes

v2.17.2

Compare Source

Bug Fixes
  • toSnakeCase, toKebabCase: literal types for literal strings (#​924) (f4fee51)

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Bug Fixes
Features

v2.16.0

Compare Source

Features

v2.15.2

Compare Source

Bug Fixes

v2.15.1

Compare Source

Bug Fixes

v2.15.0

Compare Source

Features

v2.14.0

Compare Source

Features

v2.13.0

Compare Source

Features

v2.12.1

Compare Source

Bug Fixes

v2.12.0

Compare Source

Features

v2.11.0

Compare Source

Features

v2.10.1

Compare Source

Bug Fixes

v2.10.0

Compare Source

Features

v2.9.1

Compare Source

Bug Fixes
  • takeXXX,dropXXX: Support unions of arrays/tuples (#​789) (9f1f4c1)

v2.9.0

Compare Source

Features
  • Add toUpperCase, toLowerCase, capitalize, uncapitalize, toCamelCase, startsWith, endsWith (#​790) (57a6825), closes #​509

v2.8.0

Compare Source

Features
  • unique, uniqueWith, uniqueBy: Use input shape to improve return type. (#​813) (880255c)

v2.7.2

Compare Source

Bug Fixes

v2.7.1

Compare Source

Bug Fixes

v2.7.0

Compare Source

Features

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
  • isStrictEqual, isShallowEqual: add more equality tools (#​773) (e9982fd)

v2.4.0

Compare Source

Features

v2.3.0

Compare Source

Features
  • forEach: pass complex array shapes thru the pipe (#​762) (9c7c101)

v2.2.2

Compare Source

Bug Fixes
  • sum,product: Function overloading doesn't work in dataLast invocations (#​754) (0c7cee5)

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Features

v2.0.12

Compare Source

Bug Fixes
  • pullObject,fromKeys: Don't partialize unbound records (#​735) (ca8f2d4)

v2.0.11

Compare Source

Bug Fixes

v2.0.10

Compare Source

Bug Fixes

v2.0.9

Compare Source

Bug Fixes

v2.0.8

Compare Source

Bug Fixes

v2.0.7

Compare Source

Bug Fixes

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes

v2.0.4

Compare Source

Bug Fixes
  • set: prevent setting undefined on optional props (#​715) (43f3fc8)

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

🎉 We are excited to announce the release of Remeda v2! 🎉

It's been nearly two years since our last major update, and this version is packed with the improvements and changes you've been waiting for. This release focuses on modernization and simplification, gathering many important updates into one comprehensive release.

To make the transition as easy as possible we've prepared a thorough migration guide, which can be found on our documentation site.

Highlights

  • Modernized Runtime and TypeScript Support: Remeda is now compiled with a target of ES2022, and the minimum TypeScript version is now 5.1, allowing us to leverage the latest features for improved type safety and better runtime performance.
  • Removed Variants: The indexed and strict variants are now merged into the base functions, with indexed parameters and improved typing as defaults, respectively.
  • Headless Invocation Changes: Functions like keys and identity should now be called with no parameters to get their dataLast implementation; only type-guards remain headless.
  • Function Renames and Removals: We have aligned function names with ECMAScript standards (e.g., toPairs is now entries), and removed redundant functions that can be replaced with combinations of other functions (e.g., compact replaced with filter(isTruthy)).
  • Object Keys Handling: Typing changes better reflect JavaScript's handling of symbol and number keys.
  • Re-Implementations: Several functions, including clone, difference, and intersect, have had their runtime implementations and semantics adjusted to handle edge cases more consistently.

We believe these changes will enhance your development experience, making Remeda more powerful and easier to use. Thank you for being a part of the Remeda community. If you encounter any issues or have questions, please reach out on our GitHub Issues page. Happy coding!

Go ahead and update!
npm install remeda@latest
yarn add remeda@latest
pnpm add remeda@latest
bun add remeda@latest

The Remeda Team

v1.61.0

Compare Source

Features

v1.60.1

Compare Source

Bug Fixes

v1.60.0

Compare Source

Features

v1.59.0

Compare Source

Features

v1.58.3

Compare Source

Bug Fixes

v1.58.2

Compare Source

Bug Fixes

v1.58.1

Compare Source

v1.58.0

Compare Source

Features

v1.57.2

Compare Source

Bug Fixes

v1.57.1

Compare Source

Bug Fixes

v1.57.0

Compare Source

Features

v1.56.2

Compare Source

Bug Fixes

v1.56.1

Compare Source

Bug Fixes

v1.56.0

Compare Source

Features

v1.55.0

Compare Source

Features

v1.54.0

Compare Source

Features

v1.53.0

Compare Source

Features

v1.52.0

Compare Source

Features
  • deprecate noop, introduce constant and doNothing (#​574) (4a23df9)

v1.51.0

Compare Source

Features

v1.50.1

Compare Source

Bug Fixes

v1.50.0

Compare Source

Features

v1.49.0

Compare Source

Features

v1.48.0

Compare Source

Features

v1.47.2

Compare Source

Bug Fixes

v1.47.1

Compare Source

Bug Fixes

v1.47.0

Compare Source

Features
  • Code quality improvements to all utilities (via lint and manual inspection) (#​555) (b08a667)

v1.46.2

Compare Source

Bug Fixes

v1.46.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spigot-event-list ❌ Failed (Inspect) Jan 26, 2025 8:52am

@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 80f7689 to 6899974 Compare May 31, 2024 04:31
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 6899974 to 5c7737d Compare May 31, 2024 23:28
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 5c7737d to dd13bd7 Compare June 1, 2024 01:11
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from dd13bd7 to b4cd517 Compare June 1, 2024 22:51
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b4cd517 to a4833cc Compare June 2, 2024 00:15
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from a4833cc to 1edcc3b Compare June 2, 2024 15:58
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 1edcc3b to 8c436ce Compare June 3, 2024 00:17
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 8c436ce to b73d1f3 Compare June 3, 2024 06:50
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b73d1f3 to 1ccf9b2 Compare June 3, 2024 11:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 1ccf9b2 to 127fa67 Compare June 4, 2024 01:59
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 127fa67 to b5342a7 Compare June 4, 2024 04:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b5342a7 to fc554c3 Compare June 4, 2024 19:26
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from fc554c3 to 7903c0e Compare June 5, 2024 01:29
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 7903c0e to c7d5301 Compare June 5, 2024 08:21
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from e1527be to d83511b Compare January 16, 2025 04:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from d83511b to 30cfe61 Compare January 17, 2025 20:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 30cfe61 to 0c0e137 Compare January 18, 2025 00:43
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 0c0e137 to 2a3b4b6 Compare January 19, 2025 00:25
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 2a3b4b6 to ac303d0 Compare January 20, 2025 00:47
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from ac303d0 to 1a72100 Compare January 22, 2025 13:55
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 1a72100 to 272fc39 Compare January 23, 2025 02:05
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 272fc39 to 747683e Compare January 23, 2025 06:09
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 747683e to 7d4d0cd Compare January 23, 2025 12:30
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 7d4d0cd to 403db0b Compare January 23, 2025 21:18
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 403db0b to acc9b2b Compare January 24, 2025 01:41
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from acc9b2b to 4f78515 Compare January 24, 2025 05:22
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 4f78515 to 62bdc39 Compare January 25, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants